net.conn.ok (method)
48 uses
net (current package)
iprawsock.go#L106: if !c.ok() {
iprawsock.go#L114: if !c.ok() {
iprawsock.go#L126: if !c.ok() {
iprawsock.go#L147: if !c.ok() {
iprawsock.go#L159: if !c.ok() {
iprawsock.go#L171: if !c.ok() {
iprawsock.go#L192: if !c.ok() {
net.go#L180: func (c *conn) ok() bool { return c != nil && c.fd != nil }
net.go#L186: if !c.ok() {
net.go#L198: if !c.ok() {
net.go#L210: if !c.ok() {
net.go#L224: if !c.ok() {
net.go#L234: if !c.ok() {
net.go#L242: if !c.ok() {
net.go#L253: if !c.ok() {
net.go#L264: if !c.ok() {
net.go#L276: if !c.ok() {
net.go#L288: if !c.ok() {
tcpsock.go#L154: if !c.ok() {
tcpsock.go#L162: if !c.ok() {
tcpsock.go#L174: if !c.ok() {
tcpsock.go#L187: if !c.ok() {
tcpsock.go#L199: if !c.ok() {
tcpsock.go#L223: if !c.ok() {
tcpsock.go#L235: if !c.ok() {
tcpsock.go#L250: if !c.ok() {
tcpsock.go#L264: if !c.ok() {
tcpsock.go#L283: if !c.ok() {
tcpsock_unix.go#L13: if !c.ok() {
udpsock.go#L129: if !c.ok() {
udpsock.go#L146: if !c.ok() {
udpsock.go#L172: if !c.ok() {
udpsock.go#L200: if !c.ok() {
udpsock.go#L212: if !c.ok() {
udpsock.go#L224: if !c.ok() {
udpsock.go#L236: if !c.ok() {
udpsock.go#L259: if !c.ok() {
udpsock.go#L271: if !c.ok() {
unixsock.go#L75: if !c.ok() {
unixsock.go#L84: if !c.ok() {
unixsock.go#L96: if !c.ok() {
unixsock.go#L107: if !c.ok() {
unixsock.go#L119: if !c.ok() {
unixsock.go#L140: if !c.ok() {
unixsock.go#L152: if !c.ok() {
unixsock.go#L164: if !c.ok() {
unixsock.go#L185: if !c.ok() {
writev_unix.go#L15: if !c.ok() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |